GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer~AddTextAnnotationInteractive / AddTextAnnotationInteractive(String,Int32,String,FontStyle,Single,Boolean,Int32,Int32,Single,Single) Method





In This Topic
AddTextAnnotationInteractive(String,Int32,String,FontStyle,Single,Boolean,Int32,Int32,Single,Single) Method
In This Topic
Syntax
'Declaration
 
Public Overloads Sub AddTextAnnotationInteractive( _
   ByVal Text As String, _
   ByVal ForeColor As Integer, _
   ByVal FontName As String, _
   ByVal FontStyle As FontStyle, _
   ByVal FontSize As Single, _
   ByVal Fill As Boolean, _
   ByVal BorderColor As Integer, _
   ByVal BackColor As Integer, _
   ByVal Opacity As Single, _
   ByVal Rotation As Single _
) 
public void AddTextAnnotationInteractive( 
   string Text,
   int ForeColor,
   string FontName,
   FontStyle FontStyle,
   float FontSize,
   bool Fill,
   int BorderColor,
   int BackColor,
   float Opacity,
   float Rotation
)
public procedure AddTextAnnotationInteractive( 
    Text: String;
    ForeColor: Integer;
    FontName: String;
    FontStyle: FontStyle;
    FontSize: Single;
    Fill: Boolean;
    BorderColor: Integer;
    BackColor: Integer;
    Opacity: Single;
    Rotation: Single
); 
public function AddTextAnnotationInteractive( 
   Text : String,
   ForeColor : int,
   FontName : String,
   FontStyle : FontStyle,
   FontSize : float,
   Fill : boolean,
   BorderColor : int,
   BackColor : int,
   Opacity : float,
   Rotation : float
);
public: void AddTextAnnotationInteractive( 
   string* Text,
   int ForeColor,
   string* FontName,
   FontStyle FontStyle,
   float FontSize,
   bool Fill,
   int BorderColor,
   int BackColor,
   float Opacity,
   float Rotation
) 
public:
void AddTextAnnotationInteractive( 
   String^ Text,
   int ForeColor,
   String^ FontName,
   FontStyle FontStyle,
   float FontSize,
   bool Fill,
   int BorderColor,
   int BackColor,
   float Opacity,
   float Rotation
) 

Parameters

Text
ForeColor
FontName
FontStyle
FontSize
Fill
BorderColor
BackColor
Opacity
Rotation
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer
GdViewer Members
Overload List